-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
68 lines (68 loc) · 2.26 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
{
"name": "css-in-react",
"version": "2.0.0",
"description": "Learn the best CSS in React frameworks by example",
"author": "Joe Seifi",
"license": "ISC",
"scripts": {
"clean": "find 0* -type d -name build | xargs rm -rf",
"start": "node scripts/make-index.js && ./node_modules/.bin/cross-env NODE_ENV=development node scripts/server.js",
"build": "node scripts/make-index.js && ./node_modules/.bin/cross-env NODE_ENV=production node scripts/server.js"
},
"devDependencies": {
"aphrodite": "^1.2.0",
"autoprefixer": "^6.7.6",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-plugin-emotion": "^9.0.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"classnames": "^2.2.5",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"decss-loader": "^0.3.0",
"emotion": "^9.0.2",
"eslint": "^3.15.0",
"eslint-plugin-react": "^6.10.0",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"fs-extra": "^2.0.0",
"glamor": "^2.20.40",
"glamorous": "^4.12.0",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.2.0",
"json-loader": "^0.5.4",
"numeral": "^2.0.4",
"postcss-custom-properties": "^5.0.2",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"prop-types": "^15.5.8",
"radium": "^0.18.1",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-css-modules": "^4.2.0",
"react-dom": "^15.5.4",
"react-emotion": "^9.0.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-jss": "^8.3.3",
"serve-static": "^1.12.1",
"stylable": "^5.2.2",
"stylable-integration": "^6.1.1",
"style-loader": "^0.13.2",
"styled-components": "^3.2.3",
"styletron-react": "^2.5.3",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"wix-react-tools": "^4.1.2"
}
}