-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.38 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
{
"name": "shop100.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shop100/shop100.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shop100/shop100.github.io/issues"
},
"homepage": "https://github.com/shop100/shop100.github.io#readme",
"devDependencies": {
"angular-ui-ace": "git+https://github.com/angular-ui/ui-ace.git",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.12",
"angular": "^1.6.8",
"ui-ace": "git+https://github.com/angular-ui/ui-ace.git",
"quiz-fill-in-blank": "git+https://github.com/haonx/quiz-fill-in-blank.git",
"quiz-single-multiple-choice": "git+https://github.com/haonx/quiz-single-multiple-choice.git",
"quiz-drag-drop": "git+https://github.com/haonx/quiz-drag-drop.git"
}
}