-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.77 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
{
"name": "script.cirru.org",
"version": "0.0.1",
"description": "Web app scaffold based on Webpack",
"main": "main.js",
"scripts": {
"clean": "rm -rfv dist/*",
"watch": "yarn html && webpack-dev-server --config webpack.dev.cirru",
"release": "yarn clean && webpack --config webpack.release.cirru && yarn release-html",
"release-local": "yarn clean && webpack --config webpack.release.cirru && local=true yarn release-html",
"html": "env=dev cirruscript template.cirru",
"release-html": "env=release cirruscript template.cirru",
"up": "yarn release && tiye-up",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"keywords": [
"cirru"
],
"devDependencies": {
"@babel/generator": "^7.8.3",
"@jimengio/flex-styles": "^0.1.6",
"assets-webpack-plugin": "^3.9.10",
"cirru-parser": "^0.10.2",
"cirru-script": "0.6.2",
"cirru-script-loader": "0.5.5",
"classnames": "^2.2.6",
"css-loader": "^3.4.2",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"file-loader": "^5.0.2",
"hsl": "^0.1.1",
"http-server": "^0.12.1",
"json-loader": "^0.5.3",
"raw-loader": "^4.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"scirpus": "0.6.2",
"stir-template": "^0.2.2",
"style-loader": "^1.1.2",
"textarea-indent": "0.0.2",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-hud": "^0.1.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Cirru/script.cirru.org.git"
},
"bugs": {
"url": "https://github.com/Cirru/script.cirru.org/issues"
},
"homepage": "https://github.com/Cirru/script.cirru.org"
}