-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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": "preview-1.4.1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-box/preview-1.4.1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuse-box/preview-1.4.1/issues"
},
"homepage": "https://github.com/fuse-box/preview-1.4.1#readme",
"devDependencies": {
"@types/express": "^4.0.35",
"express": "^4.15.2",
"fuse-box": "^3.2.1",
"fuse-test-runner": "^1.0.12",
"fuse-tools": "^1.0.3",
"node-sass": "^4.5.2",
"tslib": "^1.6.0",
"typescript": "^2.5.0-dev.20170617",
"uglify-es": "^3.2.2",
"uglify-js": "^3.0.17"
},
"dependencies": {
"fuse-ts-raw-package": "^1.0.2",
"moment": "^2.18.1",
"postcss-import": "^11.0.0",
"react": "^15.4.2",
"react-async-component": "^1.0.0-alpha.1",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0"
}
}