-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 992 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
38
39
{
"name": "student",
"version": "1.0.0",
"description": "`git clone https://github.com/PritulaRoman/student.git`",
"scripts": {
"dev": "webpack --watch",
"build": "webpack"
},
"dependencies": {
"axios": "^0.18.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.14",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"sass-loader": "^7.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PritulaRoman/student.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PritulaRoman/student/issues"
},
"homepage": "https://github.com/PritulaRoman/student#readme"
}