-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 809 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 809 Bytes
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
{
"name": "grid-generator",
"version": "0.0.0",
"main": "index.js",
"repository": "git@gitlab.com:alexeyoganezov/grid-generator.git",
"author": "Alexey Oganezov <alex-faton@narod.ru>",
"license": "MIT",
"dependencies": {
"cssbeautify": "^0.3.1",
"cssshrink": "^0.0.5",
"formsy-react": "^0.18.1",
"jump.js": "^1.0.1",
"less": "^2.7.1",
"less-plugin-clean-css": "^1.5.1",
"react": "^15.4.1",
"react-dom": "^15.4.1"
},
"scripts": {
"js": "webpack",
"less": "lessc --clean-css ./styles/source/main.less ./styles/bundle.css"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"webpack": "^1.13.3"
}
}