-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 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
{
"name": "frontendproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack -d --config ./webpack.config.js",
"start": "./node_modules/.bin/webpack-dev-server -d --config ./webpack.config.js --env development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rlcocin/frontEndProject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rlcocin/frontEndProject/issues"
},
"homepage": "https://github.com/rlcocin/frontEndProject#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.15",
"angular": "1.6.9",
"angular-resource": "1.6.9"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"nodemon": "^1.17.3",
"postcss-loader": "^2.1.4",
"sass-loader": "^7.0.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
}
}