-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"private": true,
"name": "example-react",
"version": "2.0.30",
"description": "Fela example with React",
"scripts": {
"client": "webpack-dev-server --env.THEME=ThemeA",
"start2": "babel-node server.js",
"test": "eslint .",
"setTheme": "SET THEME=ThemeA",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "Robin Frischmann <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"concurrently": "^3.4.0",
"dotenv": "^6.0.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"express": "^4.14.0",
"express-http-proxy": "^1.0.3",
"fela": "^6.2.1",
"fela-beautifier": "^5.0.16",
"fela-combine-arrays": "^1.0.8",
"fela-dom": "^8.0.1",
"fela-layout-debugger": "^6.0.18",
"fela-perf": "^5.0.3",
"fela-plugin-embedded": "^5.2.11",
"fela-plugin-extend": "^6.0.9",
"fela-plugin-fallback-value": "^5.0.18",
"fela-plugin-friendly-pseudo-class": "^5.0.17",
"fela-plugin-logger": "^5.0.5",
"fela-plugin-named-keys": "^1.0.3",
"fela-plugin-named-media-query": "^5.0.13",
"fela-plugin-placeholder-prefixer": "^5.0.19",
"fela-plugin-prefixer": "^5.0.19",
"fela-plugin-unit": "^5.1.0",
"fela-plugin-validator": "^5.2.3",
"fela-preset-web": "^8.0.10",
"fela-statistics": "^5.0.24",
"loaders": "^1.1.3",
"polished": "1.9.0",
"prop-types": "^15.6.2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-fela": "^8.0.1",
"react-styleguidist": "^7.3.8",
"react-svg-loader": "^2.1.0",
"svg-sprite-loader": "^3.9.2",
"svgo": "^1.0.5",
"svgo-loader": "^2.2.0",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@svgr/cli": "^2.3.0",
"@svgr/webpack": "^2.3.0",
"npm": "^6.4.1",
"npx": "^10.2.0",
"webpack-dev-server": "^3.1.8"
}
}