-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "layout-constructor",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"test": "mocha --compilers js:babel-register --recursive"
},
"author": "Aliaksei Simanchyk <rebulus@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Rebulus/layout-constructor.git"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.2",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"deep-freeze": "0.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"mocha": "^2.4.5",
"mocha-logger": "^1.0.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.5.1",
"webpack": "^1.12.14"
},
"dependencies": {
"nib": "^1.1.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"redux": "^3.3.1"
}
}