-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 997 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
36
37
38
{
"private": true,
"scripts": {
"build": "webpack --watch --config ./js/webpack.config.js",
"start": "node ./serve.js",
"test-puppeteer": "jest",
"test-webdriver": "python ./tests/webdriver.test.py"
},
"dependencies": {
"@types/classnames": "^2.2.6",
"@types/react": "^16.7.0",
"@types/react-dom": "^16.0.11",
"classnames": "^2.2.6",
"director": "^1.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"sass": "^1.22.10",
"todomvc-app-css": "^2.0.0",
"todomvc-common": "^1.0.1"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"browserify": "^16.2.3",
"css-loader": "^3.2.0",
"hint": "^5.3.0",
"jest": "^24.9.0",
"node-sass": "^4.12.0",
"node-static": "^0.7.11",
"puppeteer": "^1.19.0",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
"tslib": "^1.10.0",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
}
}