-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 929 Bytes
/
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
{
"name": "zorium-paper",
"version": "0.7.6",
"description": "core",
"main": "index.js",
"scripts": {
"dev": "webpack-serve --port 50310 --static demo --static dist"
},
"repository": {
"type": "git",
"url": "https://github.com/Zorium/zorium-paper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zorium/zorium-paper/issues"
},
"homepage": "https://github.com/Zorium/zorium-paper",
"dependencies": {
"lodash": "^4.17.4",
"rxjs": "^5.2.0",
"zorium": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.1",
"css-loader": "^2.1.1",
"json-loader": "^0.5.7",
"normalize-styl": "^4.1.1",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.1.1",
"webpack-serve": "^3.1.0"
}
}