forked from KinoAR/xlsx-to-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 793 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
{
"name": "project-name",
"version": "1.0.0",
"description": "Application description",
"main": "index.js",
"scripts": {
"test": "webpack-dev-server --hot --inline",
"compile": "babel src --out-dir bin -w"
},
"keywords": [
"application",
"JavaScript"
],
"author": "YourName",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.3",
"three": "^0.85.2",
"vue": "^2.4.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"css-loader": "^0.28.5",
"vue-loader": "^12.2.1",
"vue-template-compiler": "^2.3.4",
"webpack": "^2.6.1",
"webpack-dev-server": "2.4.5"
}
}