-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "my-react-todos",
"version": "1.0.0",
"description": "A simple web application to learn React",
"main": "index.js",
"scripts": {
"start": "webpack -d --watch",
"build": "webpack -p"
},
"author": "Brice Argenson <[email protected]>",
"dependencies": {
"react": "^15.0.2",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-mqpacker": "^4.0.1",
"cssnano": "^3.5.2",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-webpack": "^1.0.11",
"load-grunt-configs": "^1.0.0",
"matchdep": "^1.0.1",
"pixrem": "^3.0.0",
"postcss-color-function": "^2.0.1",
"postcss-hexrgba": "^0.2.0",
"postcss-import": "^8.1.0",
"postcss-mixins": "^4.0.1",
"postcss-nested": "^1.0.0",
"postcss-pxtorem": "^3.3.1",
"postcss-simple-vars": "^1.2.0",
"time-grunt": "^1.3.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}