-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 975 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
{
"name": "shop-sms",
"license": "GPL-3.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch --config webpack.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@types/jquery": "^3.5.6",
"@types/react": "^16.14.11",
"@types/react-cache": "^2.0.1",
"@types/react-dom": "^16.9.14",
"axios": "^0.21.2",
"bulma": "^0.9.3",
"classnames": "^2.3.1",
"codemirror": "^5.62.2",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3.16.0",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^7.0.0",
"react": "^16.14.0",
"react-cache": "^2.0.0-alpha.1",
"react-codemirror2": "^7.2.1",
"react-dom": "^16.14.0",
"react-select": "^4.3.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",
"webpack": "^5.76.0",
"webpack-cli": "^4.7.2"
}
}