-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"scripts": {
"build": "browserify src/index.tsx -p [ tsify ] -p [ less-modulesify --outputDir build/less ] -t [ babelify --extensions .tsx ] -o build/bundle.js"
},
"dependencies": {
"@babel/core": "^7.0.1",
"@types/node": "^10.9.4",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"babel-plugin-react-css-modules": "^3.4.2",
"babelify": "^10.0.0",
"browserify": "^16.2.2",
"css-modulesify": "^0.28.0",
"less": "^3.8.1",
"less-modulesify": "^1.1.3",
"node-lessify": "^0.1.5",
"postcss-less": "^2.0.0",
"postcss-less-engine": "^0.6.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"tsify": "^4.0.0",
"typescript": "^3.0.3"
}
}