-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 909 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 909 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
25
26
27
28
29
30
31
{
"name": "react-stylex-minimal",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@ladifire-opensource/stylex": "^0.1.0-beta.0",
"@ladifire-opensource/stylex-webpack-plugin": "^0.1.0-beta.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"express": "^4.17.1",
"html-webpack-plugin": "^4.5.1",
"http": "^0.0.1-security",
"mini-css-extract-plugin": "^1.3.4",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
},
"scripts": {
"start": "webpack --progress --watch",
"start:server": "node server.js"
}
}