-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
39 lines (39 loc) · 955 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": "forms-sample",
"version": "1.0.0",
"private": true,
"main": "gulpfile.js",
"scripts": {
"build:setversion": "gulp set-version",
"pack": "gulp pack",
"build": "gulp build",
"webpack": "webpack --mode production"
},
"dependencies": {
"@types/react": "^17.0.0",
"archiver": "^5.3.1",
"axios": "^0.21.1",
"commander": "^4.1.1",
"del": "^6.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-debug": "^3.2.0",
"gulp-dotnet-cli": "^1.1.0",
"gulp-less": "^4.0.1",
"path": "^0.12.7",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"xmlpoke": "^0.1.16",
"@types/mini-css-extract-plugin": "^2.5.1"
},
"peerDependencies": {
"@episerver/ui-framework": "^0.12.0",
"axios": "^0.21.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}