-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
43
44
45
{
"name": "link-stack",
"version": "1.0.0",
"description": "Link Stack",
"main": "",
"scripts": {
"build": "tsc && webpack --mode production",
"watch": "tsc && webpack --watch --mode development"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/preset-react": "^7.0.0-rc.1",
"@babel/preset-typescript": "^7.0.0-rc.1",
"@types/react": "^16.4.9",
"@types/react-dom": "^16.0.7",
"antd": "^3.8.0",
"babel-loader": "^8.0.0-beta.4",
"css-loader": "^1.0.0",
"glob": "^7.1.2",
"html-webpack-plugin": "^3.2.0",
"indexof": "0.0.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"store2": "^2.7.0",
"style-loader": "^0.22.1",
"typescript": "^3.0.1",
"web-ext": "^2.9.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {},
"license": "MIT",
"importSort": {
".js, .jsx, .ts, .tsx": {
"parser": "typescript",
"style": "module"
}
}
}