-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 999 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
{
"name": "single-form",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"node-sass": "node-sass src/index.scss dist/index.css --importer node_modules/node-sass-import",
"build": "webpack",
"build:watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worktile/single-form.git"
},
"author": "why520crazy",
"license": "ISC",
"bugs": {
"url": "https://github.com/worktile/single-form/issues"
},
"homepage": "https://github.com/worktile/single-form#readme",
"devDependencies": {
"bootstrap": "4.3.1",
"css-loader": "^3.5.3",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"node-sass-import": "^2.0.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"ngx-tethys": "^7.7.8"
}
}