forked from emotion-js/emotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.25 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
{
"name": "emotion-example-project",
"private": true,
"version": "8.0.12",
"description": "emotion example project",
"scripts": {
"start:site": "webpack-dev-server --content-base build/ --port 3000",
"build:site": "webpack --env production --progress"
},
"dependencies": {
"babel-plugin-emotion": "^8.0.12",
"emotion": "^8.0.12",
"open-color": "^1.5.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-emotion": "^8.0.12",
"react-markdown": "^2.5.0",
"uglifyjs-webpack-plugin": "^1.1.1"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-standalone": "^6.24.2",
"component-playground": "^2.0.0",
"css-loader": "^0.28.4",
"emotion-theming": "^8.0.12",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.1",
"url-loader": "^0.5.9",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.4.5"
},
"author": "Kye Hohenberger",
"license": "MIT"
}