-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.79 KB
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
{
"name": "cotd",
"version": "0.0.1",
"private": true,
"devDependencies": {
"autoprefixer-stylus": "0.10.0",
"concurrently": "3.0.0",
"react-scripts": "0.6.1",
"stylus": "0.54.5",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"brfs": "^1.4.3",
"css-loader": "^0.24.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"style-loader": "^0.13.1",
"transform-loader": "^0.2.3",
"webpack": "^1.13.1",
"webpack-dashboard": "0.0.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"material-ui": "^0.16.4",
"normalize.css": "^5.0.0",
"konva": "^1.0.3",
"draft-js": "^0.9.1",
"history": "4.2.0",
"re-base": "2.2.0",
"react": "15.4.1",
"react-addons-css-transition-group": "15.3.2",
"react-bootstrap": "^0.30.6",
"react-dom": "15.4.1",
"react-konva": "^1.0.5",
"react-router": "4.0.0-alpha.3",
"react-redux": "^4.4.5",
"react-tap-event-plugin": "2.0.0",
"redux": "^3.0.4",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"watch": "concurrently --names 'webpack, stylus' --prefix name 'npm run start' 'npm run styles:watch'",
"build": "react-scripts build",
"eject": "react-scripts eject",
"styles": "stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css",
"styles:watch": "stylus -u autoprefixer-stylus -w ./src/css/style.styl -o ./src/css/style.css"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}