-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.89 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.89 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
58
59
60
61
62
63
{
"name": "react-todo",
"version": "0.0.1",
"description": "react-todo",
"devDependencies": {
"bootstrap-loader": "^2.0.0-beta.20",
"browser-sync": "^2.18.8",
"css-loader": "^0.27.3",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.9.1",
"imports-loader": "^0.7.1",
"node-sass": "^4.5.0",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.14.1",
"stylelint": "^6.7.1",
"stylelint-config-standard": "^9.0.0",
"url-loader": "^0.5.8"
},
"scripts": {
"start": "webpack --progress --colors --watch --display-error-details",
"build": "NODE_ENV=production webpack -p --progress --colors",
"lint": "eslint app/assets/javascripts/",
"lintsass": "stylelint 'app/assets/stylesheets/**/*.sass' --syntax sass",
"test": "echo \"Warning: no test specified\" || exit 0"
},
"author": "Thomas Kuhnert",
"dependencies": {
"autoprefixer": "^6.7.7",
"axios": "^0.14.0",
"babel-core": "^6.7.6",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.0.0-alpha.6",
"browser-sync": "^2.18.12",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"fontfaceobserver": "^1.7.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.7.0",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"picturefill": "^3.0.2",
"react": "^0.14.9",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-dom": "^0.14.9",
"smoothscroll": "^0.2.2",
"webpack": "^3.1.0",
"webpack-notifier": "^1.3.0"
},
"engines": {
"node": ">=4.0"
}
}