-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.79 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.79 KB
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
{
"_from": "git+https://github.com/miterfrants/swim.git",
"_id": "swim@1.0.0",
"_inBundle": false,
"_integrity": "",
"_location": "/swim",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/miterfrants/swim.git",
"rawSpec": "https://github.com/miterfrants/swim.git",
"saveSpec": "git+https://github.com/miterfrants/swim.git",
"fetchSpec": "https://github.com/miterfrants/swim.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/miterfrants/swim.git#b8c44c4a29316f7652ffecd9a0d7f04ab0c49d39",
"_spec": "https://github.com/miterfrants/swim.git",
"_where": "/Users/huangpo-hsiang/project/swim-demo",
"author": {
"name": "Peter Huang"
},
"bundleDependencies": false,
"dependencies": {
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"fs-extra": "8.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "4.13.1",
"node-static-alias": "1.1.2",
"optimize-css-assets-webpack-plugin": "5.0.3",
"sass-loader": "8.0.2",
"string-replace-loader": "2.2.0",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-fix-style-only-entries": "0.4.0",
"webpack-remove-empty-scripts": "github:webdiscus/webpack-remove-empty-scripts"
},
"deprecated": false,
"description": "1. `npm install https://github.com/miterfrants/swim.git` 2. `node node_modules/swim/auto-script/generate-project-structure.js`",
"license": "ISC",
"main": "generate-project-structure.js",
"name": "swim",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0",
"devDependencies": {
"minimist": "^1.2.5"
}
}