-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "demo",
"version": "0.0.0",
"description": "Demo",
"private": true,
"main": "demo.js",
"dependencies": {
"babel-core": "~6.11.4",
"babel-loader": "~6.2.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"glob": "^7.0.5",
"jquery": "~2.1.4",
"local-web-server": "~1.2.6",
"lodash": "~4.13.1",
"patlib": "[email protected]:asurionwms/patlib.git#release",
"react": "~15.2.1",
"react-bootstrap": "^0.30.0-rc.2",
"react-dom": "~15.2.1",
"react-router": "^2.0.1",
"reactive-store": "~1.0.1",
"source-map-support": "~0.4.0",
"url-loader": "^0.5.7",
"web-storage": "~1.0.0",
"webpack": "~1.13.1",
"webpack-beep-plugin": "0.0.1"
},
"scripts": {
"compile": "watchify -t [reactify --es6 --target es5] -t strictify src/demo.js -o demo.js --debug -v",
"compile-tests": "cd test;./test.sh;cd ..",
"test-headless": "grunt headless",
"start": "ws --spa index.html"
},
"repository": {
"type": "git",
"url": "dorothy.bulldoginfo.com:repos/asurion/demo.git"
},
"author": "",
"license": "BSD"
}