-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "sauron20ts",
"version": "1.0.0",
"description": "Sauron 2.0 Typescript + Node",
"main": "bin/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async-each": "^1.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-es2015": "^1.0.2",
"bluebird": "^3.3.4",
"bootstrap": "^3.3.6",
"express": "^4.13.4",
"immutable": "^3.7.6",
"jquery": "^2.2.3",
"moment": "^2.12.0",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"nunjucks": "^2.4.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.1.1",
"underscore": "^1.8.3",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^6.6.1",
"jspm": "^0.16.33",
"webpack": "^1.12.15"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"jquery": "npm:jquery@^2.2.3",
"mobx": "npm:mobx@^2.1.2",
"mobx-react": "npm:mobx-react@^3.0.3",
"react": "npm:react@^15.0.1",
"react-dom": "npm:react-dom@^15.0.1",
"react-router": "npm:react-router@^2.1.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}