This repository was archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·68 lines (68 loc) · 1.75 KB
/
package.json
File metadata and controls
executable file
·68 lines (68 loc) · 1.75 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
64
65
66
67
68
{
"name": "React.test",
"version": "0.0.1",
"description": "Test for ReactJS - comments",
"keywords": [
"React",
"Baobab",
"react-css-modules",
"webpack",
"gulp",
"scss"
],
"author": {
"name": "Andrey Pastukhov",
"email": "gmtyllo@gmail.com",
"url": "http://xdraw.ru/"
},
"dependencies": {
"baobab": "^2.3.3",
"baobab-react": "^2.1.2",
"chance": "^1.0.4",
"es6-promise": "^3.3.1",
"fetch-polyfill": "^0.8.2",
"lodash": "^4.16.4",
"moment": "^2.15.2",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"scripts": {
"postinstall": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.18.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.23.1",
"del": "^2.2.2",
"eslint": "^2.13.1",
"eslint-loader": "^1.6.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^4.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.1.0",
"node-sass": "^3.10.1",
"postcss-color-function": "^2.0.1",
"postcss-loader": "^1.0.0",
"pug": "^2.0.0-beta6",
"react-css-modules": "^3.7.10",
"react-hot-loader": "^1.3.0",
"require-dir": "^0.3.1",
"sass-loader": "^3.2.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vinyl-named": "^1.1.0",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
}
}