-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 863 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
{
"name": "paskoocheh",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"serve": "webpack serve",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack -o docs && cp -r public docs"
},
"devDependencies": {
"css-loader": "^5.2.4",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.2",
"html-webpack-plugin": "^5.3.1",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"keywords": [],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"mousetrap": "^1.6.5",
"three": "^0.128.0"
}
}