-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 KB
/
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
40
41
42
{
"name": "e2e-adobe-stock",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"watch": "nodemon -w src -e js,jsx,json,css -w webpack.config.js -x yarn build",
"build": "webpack --mode development"
},
"license": "none",
"private": true,
"devDependencies": {
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.11.2",
"nodemon": "^1.18.7",
"postcss": "^7.0.32",
"postcss-loader": "^4.0.1",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"style-loader": "^0.22.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@adobe/xd-plugin-toolkit": "^0.0.1",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"base-64": "^0.1.0",
"blob": "^0.1.0",
"deni-react-treeview": "^1.1.11",
"moment": "^2.29.1",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-progressbar": "^15.4.1",
"utf8": "^3.0.0",
"yarn": "^1.22.4"
}
}